-
Notifications
You must be signed in to change notification settings - Fork 0
chore: prepare the template for public access #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Should we move src/styles/common.ts into the newly created src/features/ui/theme and get rid of src/styles completely? |
Good question, I am not sure, it is really not a theme but just some utility styles. So we had it on the project in this folder. And since you are importing it all over it maybe makes sense to have it on the root. But it can be either way. I would probably let that up to the user of the template where they want to put it. |
I see. I would still move it to features/ui as it's 100% related to UI IMHO. But ok, we can keep it as is, can you please add a little JSDoc comment to the file to explicitly explain this? |
I think you are right and it would be good to get rid of the styles folder. Moved it under features/ui/styles (not features/ui/theme/styles). |
Description
This PR prepares the Expo template for public release so it is usable outside of STRV. This includes number of changes:
Removed/updated some libraries and config changes
Slightly updated the folder structure based on our recent projects
Some changes to the version check utilities based on our recent project implementations
Some other minor changes
Last but definitely not least docs changes
Related Tickets/Issues